POST api/v1/POA/Delete

Ta bort en fullmakt som inte har skrivits under.

Allowed Roles

  • Fullmaktshavare

Request Information

POAIdentity
NameDescriptionTypeAdditional information
POAId

Fullmaktens unika id

globally unique identifier

Required

Request Formats

application/xml, text/xml

Sample:
<POAIdentity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/">
  <POAId>7bb41e06-7ec0-498e-9b46-2752820911c4</POAId>
</POAIdentity>

Response Information

204 - No Content

Other Responses

401 Unauthorized

403 Forbidden

  • ERRFOR0001: A digital signature is required for this method.

400 Bad Request

  • ERRPOADEL0001: The POA cannot be deleted.
  • ERRPOADEL0002: User doesn't have sufficient permissions in Organization to delete POA.
  • ERRPOAGET0001: POA does not exist.
  • GENERR0005: Argument {0} cannot be null.