v1

latestOpenAPI 3.0.0Apache 2.02026-07-1784052.8 KB
Entities

Delete a relationship between two entities

delete/entities/:entity/relations/:type/:relationFieldOrEntity

Path parameters

entitystring required

Name of the entity whose relationship will be removed

typestring required

Type of relation to remove

relationFieldOrEntitystring required

Field name (for hasMany/BelongsTo or hasOne/belongsTo) or entity name (for hasMany/belongsToMany) implied in the relationship to remove

Response

Success