Skip to main content
DELETE
/
v1
/
import-profiles
/
{importProfileId}
Delete an import profile
curl --request DELETE \
  --url http://localhost:3001/v1/import-profiles/{importProfileId}
{
  "error": "<string>",
  "message": "<string>",
  "issues": [
    {}
  ],
  "details": {},
  "upstreamStatus": 123
}

Headers

authorization
string
Minimum string length: 1
x-organization-id
string
Minimum string length: 1

Path Parameters

importProfileId
string
required
Minimum string length: 1

Response

Default Response