Skip to main content

Delete profile type

DELETE 

https://acmeco.nonemployee.com/api/profile_types/:uid

Delete a profile type by UID (user-specified identifier). All profiles of that type must first be destroyed before the profile type can be destroyed.

Request

Path Parameters

    uid snake_case

    UID of the object to retrieve, update, or delete. A UID or "specified identifier" is a string typically in "snake_case" format that provides a human-readable description of the record. They are commonly used to ensure sandbox, qa, staging and production tenants have the identical configuration items loaded. Every record has a UID assigned when persisted. When not specified the system assigns one by default. A default value looks like a 32 character string of random hexadecimal characters.

Responses

Info about the operation

Schema
    info

    A message confirming the operation

    Example: object deleted

Authorization: http

name: bearerAuthtype: httpscheme: bearerbearerFormat: Token token=your token

Request Collapse all
Base URL
https://acmeco.nonemployee.com/api
Auth
Parameters
— path
ResponseClear

Click the Send API Request button above and see the response here!